ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
16

Entity with java.util.Date column gives ClassCastException in BIRT

() {         return id;     }     /**      * Sets the id of this {@link Patient}      * @param id the id to set      */     public void setId(long id) {         this.id = id ... String getName() {         return name;     }     /**      * Sets the name of this {@link Patient
15

openejb jpa jaas module

.data.Settings; import javax.jdo.annotations.Index; import javax.persistence.*; import java.io ... * To change this template use File | Settings | File Templates. */ public class JPALoginModule ... methods use File | Settings | File Templates. // TODO Auto-generated method stub
3

Database Connection using JPA

the location of the database file on the server, relative to the server data root path. Connection URL ... database easily is very useful in tests. However, to avoid the risk of losing data - the drop parameter
3

Storing JPA Entity Objects

of every reachable object or alternatively by setting automatic cascading persist. Cascading Persist Marking ... of Address, which is another entity class. Due to the CascadeType.PERSIST setting, when an Employee ... setting the ObjectDB configuration or in a JPA portable way, by specifying the cascade-persist XML
3

Logical Operators in JPQL and Criteria API

Logical operators in JPQL and in JPA criteria queries enable composition of complex JPQL boolean expressions out of simple JPQL boolean expressions. Logical Operators ObjectDB supports 2 sets of logical operators, as shown in the following table: Set 1 - JPQL / SQL Set 2 - Java / JDO AND && OR
3

SSL Configuration

The <ssl> configuration element specifies Secure Sockets Layer (SSL) settings for secure ... on the server machine. Setting the Configuration <ssl enabled="true"> <server-keystore path="$objectdb ... attribute of the ssl element has to be set to true. Every Keystore / Truststore file is represented by
0

setRange(fromInclToExcl)

Method javax.jdo.Query void setRange( String fromInclToExcl ) Set the range of results to return ... 100 instances, and fromIncl is set to 50, and toExcl is set to 70, then the first 50 results ... is done at the data store. Parameters: fromInclToExcl - comma-separated fromIncl and toExcl values Since: JDO 2.0 See Also: setRange(long, long)
0

setRange(fromIncl, toExcl)

Method javax.jdo.Query void setRange( long fromIncl, long toExcl ) Set the range of results ... would normally return 100 instances, and fromIncl is set to 50, and toExcl is set to 70, then the first 50 ... is done at the data store. Parameters: fromIncl - 0-based inclusive start index toExcl - 0-based
0

setConnectionUserName(userName)

Method javax.jdo.PersistenceManagerFactory void setConnectionUserName( String userName ) Set the user name for the data store connection. Parameters: userName - the user name for the data store connection. Since: JDO 1.0
0

setConnectionURL(url)

Method javax.jdo.PersistenceManagerFactory void setConnectionURL( String url ) Set the URL for the data store connection. Parameters: url - the URL for the data store connection. Since: JDO 1.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support